home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / mpg / mpg.exe / 0 / RCDATA / TFRMEXTRAOPTIONS / TFRMEXTRAOPTIONS.txt
Text File  |  1998-02-24  |  4KB  |  180 lines

  1. object frmExtraOptions: TfrmExtraOptions
  2.   Left = 284
  3.   Top = 194
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Extra options'
  7.   ClientHeight = 378
  8.   ClientWidth = 280
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 281
  21.     Height = 193
  22.     BevelInner = bvRaised
  23.     BorderStyle = bsSingle
  24.     TabOrder = 0
  25.     object radgDeEmphasis: TRadioGroup
  26.       Left = 8
  27.       Top = 8
  28.       Width = 129
  29.       Height = 89
  30.       Caption = 'DeEmphasis type'
  31.       ItemIndex = 0
  32.       Items.Strings = (
  33.         '&None'
  34.         '&50/15 microsec.'
  35.         'C&ITT j.17 ')
  36.       TabOrder = 0
  37.     end
  38.     object radgPsycho: TRadioGroup
  39.       Left = 144
  40.       Top = 8
  41.       Width = 121
  42.       Height = 89
  43.       Caption = 'Psychoacoustic'
  44.       ItemIndex = 1
  45.       Items.Strings = (
  46.         'Model &1'
  47.         'Model &2')
  48.       TabOrder = 1
  49.     end
  50.     object grpFlags: TGroupBox
  51.       Left = 8
  52.       Top = 104
  53.       Width = 257
  54.       Height = 73
  55.       Caption = 'Flags'
  56.       TabOrder = 2
  57.       object chkPrivateBit: TCheckBox
  58.         Left = 8
  59.         Top = 20
  60.         Width = 81
  61.         Height = 17
  62.         Caption = '&Private Bit'
  63.         TabOrder = 0
  64.       end
  65.       object chkErrorProtection: TCheckBox
  66.         Left = 8
  67.         Top = 44
  68.         Width = 105
  69.         Height = 17
  70.         Caption = '&Error P. (CRC)'
  71.         TabOrder = 1
  72.       end
  73.       object chkCopyrighted: TCheckBox
  74.         Left = 144
  75.         Top = 20
  76.         Width = 89
  77.         Height = 17
  78.         Caption = '&Copyrighted'
  79.         TabOrder = 2
  80.       end
  81.       object chkOriginal: TCheckBox
  82.         Left = 144
  83.         Top = 44
  84.         Width = 65
  85.         Height = 17
  86.         Caption = '&Original'
  87.         State = cbChecked
  88.         TabOrder = 3
  89.       end
  90.     end
  91.   end
  92.   object Panel2: TPanel
  93.     Left = 0
  94.     Top = 192
  95.     Width = 281
  96.     Height = 145
  97.     BevelInner = bvRaised
  98.     BorderStyle = bsSingle
  99.     Ctl3D = True
  100.     ParentCtl3D = False
  101.     TabOrder = 1
  102.     object radgThrPriority: TRadioGroup
  103.       Left = 8
  104.       Top = 8
  105.       Width = 121
  106.       Height = 121
  107.       Caption = '&Thread priority'
  108.       ItemIndex = 1
  109.       Items.Strings = (
  110.         'Idle'
  111.         'Lowest'
  112.         'Lower'
  113.         'Normal')
  114.       TabOrder = 0
  115.     end
  116.     object grpMisc: TGroupBox
  117.       Left = 135
  118.       Top = 8
  119.       Width = 130
  120.       Height = 121
  121.       Caption = 'Misc'
  122.       TabOrder = 1
  123.       object lblJitter: TLabel
  124.         Left = 48
  125.         Top = 48
  126.         Width = 68
  127.         Height = 13
  128.         Caption = 'Jitter blocks'
  129.         Enabled = False
  130.       end
  131.       object chkAutoFC: TCheckBox
  132.         Left = 8
  133.         Top = 16
  134.         Width = 105
  135.         Height = 17
  136.         Caption = 'Auto freq/chan'
  137.         State = cbChecked
  138.         TabOrder = 0
  139.       end
  140.       object udJittersize: TUpDown
  141.         Left = 25
  142.         Top = 40
  143.         Width = 12
  144.         Height = 21
  145.         Associate = txtJittersize
  146.         Enabled = False
  147.         Min = 0
  148.         Max = 8
  149.         Position = 0
  150.         TabOrder = 1
  151.         Thousands = False
  152.         Wrap = False
  153.       end
  154.       object txtJittersize: TEdit
  155.         Left = 8
  156.         Top = 40
  157.         Width = 17
  158.         Height = 21
  159.         Hint = 'Increase when having trouble encoding from CD'
  160.         Enabled = False
  161.         ParentShowHint = False
  162.         ReadOnly = True
  163.         ShowHint = True
  164.         TabOrder = 2
  165.         Text = '0'
  166.       end
  167.     end
  168.   end
  169.   object btnClose: TButton
  170.     Left = 192
  171.     Top = 344
  172.     Width = 81
  173.     Height = 33
  174.     Caption = 'Close'
  175.     Default = True
  176.     TabOrder = 2
  177.     OnClick = btnCloseClick
  178.   end
  179. end
  180.